Skip to content

Remove BankQuery::AllBalances and query_all_balances #2433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 23, 2025
Merged

Conversation

webmaster128
Copy link
Member

@webmaster128 webmaster128 commented Mar 20, 2025

Closes #2252

@webmaster128 webmaster128 marked this pull request as ready for review March 25, 2025 10:39
@webmaster128 webmaster128 force-pushed the all-balances branch 2 times, most recently from f10d040 to 8bdaf98 Compare March 25, 2025 13:18
Copy link
Collaborator

@chipshort chipshort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines -917 to +922
assert_eq!(report2.used_internally, 24140405);
assert_eq!(report2.used_internally, 17646125);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, nice. The optimizer upgrade makes quite a difference

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. But this is also due to an upgrade to latest cosmwasm-std, which changes the JSON serde library

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, true. I forgot about that one.

@chipshort chipshort merged commit 12c927d into main Apr 23, 2025
42 checks passed
@chipshort chipshort deleted the all-balances branch April 23, 2025 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove BankQuery::AllBalances
2 participants